-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUIC] Remove AppContext switch from S.N.Quic #56027
Conversation
Tagging subscribers to this area: @dotnet/ncl Issue Details
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Failure is disabled test in #55957 |
/backport to release/6.0-preview7 |
Started backporting to release/6.0-preview7: https://github.com/dotnet/runtime/actions/runs/1051826468 |
AppContext switch for H/3 scoped down to
S.N.Http
only.S.N.Quic
doesn't have any extra guards ATM.@karelz Could you please help with servicing?
cc: @davidfowl